From: Colin Walters Date: Mon, 13 Mar 2017 01:04:51 +0000 (-0400) Subject: lib: Exclude soup header from introspection X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~39^2~48 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=741911d0fcb285401513f38bfb968b7942d763cf;p=ostree.git lib: Exclude soup header from introspection We should fix this more reliably by defining a separate variable for introspection (and gtk-doc) sources at some point, but this does the trick for now. Avoids a spam of warnings, and it's definitely not public API. Closes: #734 Approved by: jlebon --- diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 901208a2..15711dc9 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -209,7 +209,7 @@ OSTree_1_0_gir_INCLUDES = Gio-2.0 OSTree_1_0_gir_CFLAGS = $(libostree_1_la_CFLAGS) OSTree_1_0_gir_LIBS = libostree-1.la OSTree_1_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Ostree --symbol-prefix=ostree -OSTree_1_0_gir_FILES = $(libostreeinclude_HEADERS) $(filter-out %-private.h,$(libostree_1_la_SOURCES)) +OSTree_1_0_gir_FILES = $(libostreeinclude_HEADERS) $(filter-out %-private.h %/ostree-soup-uri.h,$(libostree_1_la_SOURCES)) INTROSPECTION_GIRS += OSTree-1.0.gir gir_DATA += OSTree-1.0.gir typelib_DATA += OSTree-1.0.typelib